Skip to content

Task/update deps april 2026#710

Open
bedrich-schindler wants to merge 4 commits into
masterfrom
task/update-deps-april-2026
Open

Task/update deps april 2026#710
bedrich-schindler wants to merge 4 commits into
masterfrom
task/update-deps-april-2026

Conversation

@bedrich-schindler
Copy link
Copy Markdown
Contributor

Closes #709

Following

* react and react-dom is frozen at ~18.2.0 due introduction of deprecation
  warnings in 18.3 as preparation for version 19
* eslint is frozen at the latest minor version 8 due to newer API
  in version 9 is not compatible with used configs
* stylelint and @stylistic/stylelint-config to be updated separately
* typescript to be updated separately

`eslint-config-airbnb-typescript` is no longer maintained,
so we replace it with local copy of it with fixed rules
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 28, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://react-ui-org.github.io/react-ui/pr-preview/pr-710/

Built to branch gh-pages at 2026-04-28 11:57 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Comment thread .eslintrc-ts
Comment thread babel.config.js
Comment thread package.json
Comment thread package.json
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commit messgae should be Fix vulnerabilities using npm run fix -> Fix vulnerabilities using npm run audit fix

Comment thread package.json
"stylelint-webpack-plugin": "^5.1.0",
"terser-webpack-plugin": "^5.5.0",
"ts-jest": "^29.4.9",
"typescript": "^5.9.3",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We added TS as dep? Do we want that now?

Why is it needed? It is a big chage, we might want to mention it in the commit message.

Comment thread package.json
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-markdown": "^5.1.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per https://www.npmjs.com/package/eslint-plugin-markdown we should use @eslint/markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update dependencies

2 participants